home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / spitfire / sf_31.zip / SF.BAT < prev    next >
DOS Batch File  |  1991-06-24  |  3KB  |  154 lines

  1. Echo Off
  2. :LOOP
  3.    C:
  4.    CD\SF
  5.    Echo Booting SPITFIRE Bulletin Board System
  6.    SPITFIRE /I2400 /C1
  7.    If ERRORLEVEL 57 GOTO DOOR_Z
  8.    If ERRORLEVEL 56 GOTO DOOR_Y
  9.    If ERRORLEVEL 55 GOTO DOOR_X
  10.    If ERRORLEVEL 54 GOTO DOOR_W
  11.    If ERRORLEVEL 53 GOTO DOOR_V
  12.    If ERRORLEVEL 52 GOTO DOOR_U
  13.    If ERRORLEVEL 51 GOTO DOOR_T
  14.    If ERRORLEVEL 50 GOTO DOOR_S
  15.    If ERRORLEVEL 49 GOTO DOOR_R
  16.    If ERRORLEVEL 48 GOTO DOOR_P
  17.    If ERRORLEVEL 47 GOTO DOOR_O
  18.    If ERRORLEVEL 46 GOTO DOOR_N
  19.    If ERRORLEVEL 45 GOTO DOOR_M
  20.    If ERRORLEVEL 44 GOTO DOOR_L
  21.    If ERRORLEVEL 43 GOTO DOOR_K
  22.    If ERRORLEVEL 42 GOTO DOOR_J
  23.    If ERRORLEVEL 41 GOTO DOOR_I
  24.    If ERRORLEVEL 40 GOTO DOOR_H
  25.    If ERRORLEVEL 39 GOTO DOOR_F
  26.    If ERRORLEVEL 38 GOTO DOOR_E
  27.    If ERRORLEVEL 37 GOTO DOOR_D
  28.    If ERRORLEVEL 36 GOTO DOOR_C
  29.    If ERRORLEVEL 35 GOTO DOOR_B
  30.    If ERRORLEVEL 34 GOTO DOOR_A
  31.    IF ERRORLEVEL 33 GOTO EVENT_L
  32.    IF ERRORLEVEL 32 GOTO EVENT_K
  33.    IF ERRORLEVEL 31 GOTO EVENT_J
  34.    IF ERRORLEVEL 30 GOTO EVENT_I
  35.    IF ERRORLEVEL 29 GOTO EVENT_H
  36.    IF ERRORLEVEL 28 GOTO EVENT_G
  37.    IF ERRORLEVEL 27 GOTO EVENT_F
  38.    IF ERRORLEVEL 26 GOTO EVENT_E
  39.    IF ERRORLEVEL 25 GOTO EVENT_D
  40.    IF ERRORLEVEL 24 GOTO EVENT_C
  41.    IF ERRORLEVEL 23 GOTO EVENT_B
  42.    IF ERRORLEVEL 22 GOTO EVENT_A
  43.    IF ERRORLEVEL 1 GOTO LOOP
  44.    IF ERRORLEVEL 0 GOTO END
  45. :DOOR_A
  46.    REM Place Door A Commands Here
  47.    GOTO LOOP
  48. :DOOR_B
  49.    REM Place Door B Commands Here
  50.    GOTO LOOP
  51. :DOOR_C
  52.    REM Place Door C Commands Here
  53.    GOTO LOOP
  54. :DOOR_D
  55.    REM Place Door D Commands Here
  56.    GOTO LOOP
  57. :DOOR_E
  58.    REM Place Door E Commands Here
  59.    GOTO LOOP
  60. :DOOR_F
  61.    REM Place Door F Commands Here
  62.    GOTO LOOP
  63. :DOOR_H
  64.    REM Place Door H Commands Here
  65.    GOTO LOOP
  66. :DOOR_I
  67.    REM Place Door I Commands Here
  68.    GOTO LOOP
  69. :DOOR_J
  70.    REM Place Door J Commands Here
  71.    GOTO LOOP
  72. :DOOR_K
  73.    REM Place Door K Commands Here
  74.    GOTO LOOP
  75. :DOOR_L
  76.    REM Place Door J Commands Here
  77.    GOTO LOOP
  78. :DOOR_M
  79.    REM Place Door M Commands Here
  80.    GOTO LOOP
  81. :DOOR_N
  82.    REM Place Door N Commands Here
  83.    GOTO LOOP
  84. :DOOR_O
  85.    REM Place Door O Commands Here
  86.    GOTO LOOP
  87. :DOOR_P
  88.    REM Place Door P Commands Here
  89.    GOTO LOOP
  90. :DOOR_R
  91.    REM Place Door R Commands Here
  92.    GOTO LOOP
  93. :DOOR_S
  94.    REM Place Door S Commands Here
  95.    GOTO LOOP
  96. :DOOR_T
  97.    REM Place Door T Commands Here
  98.    GOTO LOOP
  99. :DOOR_U
  100.    REM Place Door U Commands Here
  101.    GOTO LOOP
  102. :DOOR_V
  103.    REM Place Door V Commands Here
  104.    GOTO LOOP
  105. :DOOR_W
  106.    REM Place Door W Commands Here
  107.    GOTO LOOP
  108. :DOOR_X
  109.    REM Place Door X Commands Here
  110.    GOTO LOOP
  111. :DOOR_Y
  112.    REM Place Door Y Commands Here
  113.    GOTO LOOP
  114. :DOOR_Z
  115.    REM Place Door Z Commands Here
  116.    GOTO LOOP
  117. :EVENT_A
  118.    REM Place Event A Commands Here
  119.    GOTO LOOP
  120. :EVENT_B
  121.    REM Place Event B Commands Here
  122.    GOTO LOOP
  123. :EVENT_C
  124.    REM Place Event C Commands Here
  125.    GOTO LOOP
  126. :EVENT_D
  127.    REM Place Event D Commands Here
  128.    GOTO LOOP
  129. :EVENT_E
  130.    REM Place Event E Commands Here
  131.    GOTO LOOP
  132. :EVENT_F
  133.    REM Place Event F Commands Here
  134.    GOTO LOOP
  135. :EVENT_G
  136.    REM Place Event G Commands Here
  137.    GOTO LOOP
  138. :EVENT_H
  139.    REM Place Event H Commands Here
  140.    GOTO LOOP
  141. :EVENT_I
  142.    REM Place Event I Commands Here
  143.    GOTO LOOP
  144. :EVENT_J
  145.    REM Place Event J Commands Here
  146.    GOTO LOOP
  147. :EVENT_K
  148.    REM Place Event K Commands Here
  149.    GOTO LOOP
  150. :EVENT_L
  151.    REM Place Event L Commands Here
  152.    GOTO LOOP
  153. :END
  154.